home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / mamesrc / src / amiga / mame.cd < prev    next >
Encoding:
Text File  |  1999-12-03  |  3.0 KB  |  272 lines

  1. ## prototype STRPTR GetMessage(LONG);
  2. MSG_NOMEM_SAMPLE (1//)
  3. Not enough memory to load sample \"%s\".\n
  4. ;
  5. MSG_LOG_ERRORS (//)
  6. Log errors
  7. ;
  8. MSG_AUDIO_CH_0 (//)
  9. Audio channel 0
  10. ;
  11. MSG_AUDIO_CH_1 (//)
  12. Audio channel 1
  13. ;
  14. MSG_AUDIO_CH_2 (//)
  15. Audio channel 2
  16. ;
  17. MSG_AUDIO_CH_3 (//)
  18. Audio channel 3
  19. ;
  20. MSG_FRAMESKIP (//)
  21. Frames to skip
  22. ;
  23. MSG_NO (//)
  24. No
  25. ;
  26. MSG_LEFT (//)
  27. Left
  28. ;
  29. MSG_RIGHT (//)
  30. Right
  31. ;
  32. MSG_ROTATION (//)
  33. Rotation
  34. ;
  35. MSG_START (//)
  36. _Start
  37. ;
  38. MSG_QUIT (//)
  39. _Quit
  40. ;
  41. MSG_MENU_GAME (//)
  42. Game
  43. ;
  44. MSG_MENU_NEW (//)
  45. New...
  46. ;
  47. MSG_MENU_SAVE_ILBM (//)
  48. Save ILBM...
  49. ;
  50. MSG_MENU_ABOUT (//)
  51. About...
  52. ;
  53. MSG_MENU_QUIT (//)
  54. Quit
  55. ;
  56. MSG_SCREENMODE (//)
  57. Screenmode
  58. ;
  59. MSG_WIDTH (//50)
  60. Width
  61. ;
  62. MSG_HEIGHT (//50)
  63. Height
  64. ;
  65. MSG_FLIPX (//)
  66. Flip X
  67. ;
  68. MSG_FLIPY (//)
  69. Flip Y
  70. ;
  71. MSG_DISPLAY (//)
  72. Display
  73. ;
  74. MSG_SOUND (//)
  75. Sound
  76. ;
  77. MSG_INPUT (//)
  78. Input
  79. ;
  80. MSG_PATHS (//)
  81. Paths
  82. ;
  83. MSG_MIN_CHIP (//)
  84. Minimum free chip memory
  85. ;
  86. MSG_PRIMARY_CONTROLLER (//)
  87. Primary controller
  88. ;
  89. MSG_SECONDARY_CONTROLLER (//)
  90. Secondary controller
  91. ;
  92. MSG_NONE (//)
  93. None
  94. ;
  95. MSG_JOYSTICK_PORT_1 (//)
  96. Joystick in port 1
  97. ;
  98. MSG_JOYPAD_PORT_1 (//)
  99. Joypad in port 1
  100. ;
  101. MSG_JOYSTICK_PORT_2 (//)
  102. Joystick in port 2
  103. ;
  104. MSG_JOYPAD_PORT_2 (//)
  105. Joypad in port 2
  106. ;
  107. MSG_MOUSE_PORT_1 (//)
  108. Mouse in port 1
  109. ;
  110. MSG_BUTTON_B_HOLD_TIME (//)
  111. Button B hold time
  112. ;
  113. MSG_AUTO_FIRE_RATE (//)
  114. Auto fire rate
  115. ;
  116. MSG_TYPE (//50)
  117. Type
  118. ;
  119. MSG_ROM_PATH (//)
  120. Rom path
  121. ;
  122. MSG_SAMPLE_PATH (//)
  123. Sample path
  124. ;
  125. MSG_SCAN (//)
  126. Scan
  127. ;
  128. MSG_BUFFERING (//)
  129. Buffering
  130. ;
  131. MSG_SINGLE (//)
  132. Single
  133. ;
  134. MSG_DOUBLE (//)
  135. Double
  136. ;
  137. MSG_TRIPLE (//)
  138. Triple
  139. ;
  140. MSG_ANTIALIAS (//)
  141. Vector antialiasing
  142. ;
  143. MSG_BEAM (//)
  144. Vector beam width
  145. ;
  146. MSG_FLICKER (//)
  147. Vector flicker
  148. ;
  149. MSG_PAULA (//)
  150. Paula
  151. ;
  152. MSG_AHI (//)
  153. AHI
  154. ;
  155. MSG_DRIVERS (//)
  156. Drivers
  157. ;
  158. MSG_DRIVER (//50)
  159. Driver
  160. ;
  161. MSG_COMMENT (//100)
  162. Comment
  163. ;
  164. MSG_BITMAP_GAME_DEFAULTS (//)
  165. Bitmap game defaults
  166. ;
  167. MSG_VECTOR_GAME_DEFAULTS (//)
  168. Vector game defaults
  169. ;
  170. MSG_BITMAP (//)
  171. Bitmap
  172. ;
  173. MSG_VECTOR (//)
  174. Vector
  175. ;
  176. MSG_NOT_WORKING (//)
  177. Not working
  178. ;
  179. MSG_SCREEN_TYPE (//)
  180. Screen type
  181. ;
  182. MSG_BEST (//)
  183. Best
  184. ;
  185. MSG_WORKBENCH (//)
  186. Workbench
  187. ;
  188. MSG_CUSTOM (//)
  189. Custom
  190. ;
  191. MSG_USER_SELECT (//)
  192. User select
  193. ;
  194. MSG_USE_DEFAULTS (//)
  195. Use defaults
  196. ;
  197. MSG_DIRECT_MODE (//)
  198. Direct mode
  199. ;
  200. MSG_OFF (//)
  201. Off
  202. ;
  203. MSG_DRAW (//)
  204. Draw
  205. ;
  206. MSG_COPY (//)
  207. Copy
  208. ;
  209. MSG_DIRTY_LINES (//)
  210. Dirty lines
  211. ;
  212. MSG_SHOW (//)
  213. Show
  214. ;
  215. MSG_ALL (//)
  216. All
  217. ;
  218. MSG_FOUND (//)
  219. Found
  220. ;
  221. MSG_COLORS (//50)
  222. Colors
  223. ;
  224. MSG_INVALID (//255)
  225. Invalid
  226. ;
  227. MSG_REQUIRES_LIB (//)
  228. Requires %s version %ld
  229. ;
  230. MSG_FAILED_TO_LOAD_ELF (//)
  231. Failed to load mameppc.elf
  232. ;
  233. MSG_FAILED_TO_CREATE_PPC_TASK (//)
  234. Failed to create PPC task
  235. ;
  236. MSG_NOT_ENOUGH_MEMORY (//)
  237. Not enough memory
  238. ;
  239. MSG_FAILED_TO_OPEN_SCREEN (//)
  240. Failed to open screen
  241. ;
  242. MSG_FAILED_TO_OPEN_WINDOW (//)
  243. Failed to open window
  244. ;
  245. MSG_FAILED_TO_ALLOCATE_INPUTS (//)
  246. Failed to allocate inputs
  247. ;
  248. MSG_OK (//)
  249. OK
  250. ;
  251. MSG_WRONG_COLORS (//)
  252. Wrong colors
  253. ;
  254. MSG_IMPERFECT_COLORS (//)
  255. Imperfect colors
  256. ;
  257. MSG_DIRECTORY (//50)
  258. Directory
  259. ;
  260. MSG_AUTO_FRAMESKIP (//)
  261. Auto frameskip
  262. ;
  263. MSG_TRANSLUCENCY (//)
  264. Vector translucency
  265. ;
  266. MSG_ALLOW16BIT (//)
  267. Allow 16 bit
  268. ;
  269. MSG_ASYNCPPC (//)
  270. Asynchronus PPC
  271. ;
  272.